Usage SDKCoding PluginPlugin ComponentsIFrameOn this pageIFrameA component that is used to embed a third-party website into a modal window or the settings page. Interface: IFrame. Example import {type IFrame} from "@onlyoffice/docspace-plugin-sdk"const frameProps: IFrame = { width: "100%", height: "100%", name: "test", src: "",}